home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Forever 4
/
Atari Forever 4.zip
/
Atari Forever 4.iso
/
SERIE_SP
/
SP_021
/
POV
/
LATHES.POV
Wrap
Text File
|
1998-03-14
|
2KB
|
112 lines
// Exemples d'objets "lathe"
// Philippe Lafargue
// FΘvrier 1997
// Pour ST Magazine
//
global_settings {
ambient_light <1.0,1.0,1.0>
assumed_gamma 1.8
max_intersections 64
max_trace_level 10
}
#declare Blanc = texture {
pigment {
color rgb<1,1,1>
}
finish {
diffuse .7
ambient 0.2
phong 0.5
phong_size 49.8
specular 0.4
roughness 0.01
}
}
background { color <0.768,0.872,0.982> }
camera {
location <-1.5, 1.3, 0.6>
direction <0.0, 0.0, 3.8979>
sky z
up z
right <640/480, 0.0, 0.0>
look_at <-0.579, 0.448, 0.355>
}
light_source { <0.95, 1.88, 0.47>
color rgb <0.41, 0.27, 0.22>
shadowless
}
light_source {
<0.0, -680, 520>
color rgb <1, 1, 1>
}
lathe {
cubic_spline
12
<0.0, 0.0>,
<0.027, 0.003>,
<0.073, 0.035>,
<0.093, 0.088>,
<0.078, 0.142>,
<0.039, 0.199>,
<0.017, 0.254>,
<0.025, 0.273>,
<0.025, 0.305>,
<0.019, 0.305>,
<0.019, 0.286>,
<0.007, 0.268>
rotate <90,0,90>
translate <0.10, -0.40, 0.0>
texture { Blanc }
}
lathe {
cubic_spline
9
<0.00, 0.00>,
<0.00, 0.00>,
<0.06, 0.01>,
<0.07, 0.08>,
<0.02, 0.14>,
<0.04, 0.18>,
<0.03, 0.17>,
<0.01, 0.14>,
<0.01, 0.20>
rotate <90,0,90>
translate <0.30, -0.15, 0.0>
texture { Blanc }
}
lathe {
cubic_spline
12
<0.0, 0.0>,
<0.027, 0.003>,
<0.074, 0.041>,
<0.070, 0.089>,
<0.025, 0.141>,
<0.014, 0.214>,
<0.011, 0.346>,
<0.019, 0.365>,
<0.019, 0.397>,
<0.011, 0.399>,
<0.011, 0.380>,
<0.011, 0.371>
rotate <90,0,90>
texture { Blanc }
}
plane { // Sol
z,0
scale 10.0
texture { Blanc }
}